﻿@charset "utf-8";
/* CSS Document */
input.wide {
    width: 250px;
}

input.txt {
    width: 200px;
}

input.small {
    width: 50px;
}

.input {
    display: inline;
    margin-right: 5px;
    padding: 7px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.select {
    padding: 7px;
    border: 1px solid #e8e8e8;
    line-height: 32px;
}
/*按钮样式*/
.btn {
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.btn {
    background: #1e7bb3;
    border: 1px solid #02598E;
    border-radius: 2px;
    vertical-align: middle;
}

    .btn:hover {
        color: #fff;
        opacity: 0.9;
    }

.btn-mini {
    height: 20px;
    line-height: 20px;
    padding: 1px 8px 0;
}

input.btn, button.btn {
    height: 40px;
    cursor: pointer;
    overflow: visible;
}

.btn-success {
    background: #e50012;
    border: 1px solid #e50012;
}

.btn-error {
    background: #CB423B;
    border: 1px solid #AA352F;
    text-shadow: 0 -1px 0 #CB423B;
}

.btn-gray {
    background: #ddd;
    border: 1px solid #A9A9A9;
    text-shadow: 0 -1px 0 #EEEEEE;
}

    .btn-gray, .btn-gray:hover {
        color: #777;
    }
/*-- 首页 --*/

/*我们的产品*/
.index-pro {
}

.Ipro-nav a {
    display: block;
    width: 25%;
    line-height: 55px;
    text-align: center;
    font-size: 0px;
    color: #666666;
    float: left;
}
    .Ipro-nav a .icon {
        display: inline-block;
        width: 50px;
        line-height: 55px;
        vertical-align: middle;
        margin: 0 4px 0 0;
    }

    .Ipro-nav a span {
        font-size: 18px;
        vertical-align: middle;
    }


    .Ipro-nav a .icon.i1 {
        background: url(../images/content/Isrv/Isrv1.png) no-repeat center center / cover;
    }

    .Ipro-nav a.cur .icon.i1 {
        background-image: url(../images/content/Isrv/Isrv1-2.png);
    }

    .Ipro-nav a .icon.i2 {
        background: url(../images/content/Isrv/Isrv2.png) no-repeat center center / cover;
    }

    .Ipro-nav a.cur .icon.i2 {
        background-image: url(../images/content/Isrv/Isrv2-2.png);
    }

    .Ipro-nav a .icon.i3 {
        background: url(../images/content/Isrv/Isrv3.png) no-repeat center center / cover;
    }

    .Ipro-nav a.cur .icon.i3 {
        background-image: url(../images/content/Isrv/Isrv3-2.png);
    }

    .Ipro-nav a.cur {
        color: #fff;
        background: #e50012;
    }

.Ipro-wrap {
    padding: 74px 0 115px;
    background: url(../images/bg/Isrv-bg.jpg) no-repeat center center / cover;
}

.Ipro-box {
    display: none;
}

    .Ipro-box .Ipro-block {
        padding: 13px 0 0;
        width: 41.5%;
        float: left;
    }

.Ipro-block .name {
    line-height: 47px;
    font-size: 30px;
}

.Ipro-block .split {
    display: block;
    width: 20px;
    height: 3px;
    background: #e50012;
    margin: 20px 0 37px;
}

.Ipro-block .con {
    max-height: 108px;
    line-height: 36px;
    font-size: 15px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Ipro-block .btn {
    display: block;
    width: 181px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #999999;
    margin: 61px 0 0;
}

    .Ipro-block .btn span {
        padding: 0 25px 0 0;
        background: url(../images/icon/icon-go.png) no-repeat right center;
    }

    .Ipro-block .btn:hover {
        border-color: #e50012;
        background: #e50012;
    }

        .Ipro-block .btn:hover span {
            padding: 0px;
            color: #fff;
            background-position: 100px center;
        }

.Ipro-box .Ipro-img {
   /* padding: 55px 0 0;*/
    width: 39.75%;
    float: right;
    position: relative;
}

.Ipro-img .IpImg-1 {
    display: block;
    width: 237px;
    height: 277px;
    box-shadow: 0px 10px 21px rgba(0,0,0,.5);
    position: absolute;
    top: 0px;
    left: -80px;
}

.Ipro-img .IpImg-2 {
    width: 100%;
  /*  height: 312px;*/
    object-fit: cover;
}


/* 首页产品分类 */
.pro-cate li{float:left; margin-left:2%;width:48%; position:relative;overflow:hidden;}
.pro-cate li:first-child{margin-left:0;}
.pro-cate li img{display:block;width:100%;min-height:307px}
.pro-cate li .banner-text {
        position: absolute;
        left: 0px;
        bottom: 0;
        padding:15px;
        padding-bottom: 25px;
        max-width: 70%;
}
    .pro-cate li .banner-text h2 {
        font-size: 35px;
        margin-bottom:10px;
    }
    .pro-cate li .banner-text p.subtitle {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .pro-cate li .banner-text .button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-font-smoothing: antialiased;
        background-color: #e61114;
        border-radius: 0;
        border: 1px solid #c00e1c;
        color: #ffffff;
        display: inline-block;
        font-weight: 400;
        line-height: 1.2;
        text-decoration: none;
        vertical-align: middle;
        white-space: normal;
        text-align: center;
        font-size: 16px;
        padding: 10px 25px;
    }

/* 首页新品资讯 */
    .ind_tit {
        font-size: 36px;
        text-align: center;
        margin-bottom: 50px;
}
.ind_news li{width:23.55%;float:left;margin-left:1.8%;box-shadow:-1px 3px 30px #f2f2f2;transition: all 0.3s ease;}
.ind_news li:first-child{margin-left:0;}
.ind_news li h4{font-size:22px;color:#333;}
.ind_news li p{margin:18px auto;font-size:16px;color:#666;}
.ind_news li .note{padding:20px;}
    .ind_news li .zhaiyao {
        color: #666;
        position: relative;
        line-height: 28px;
    }
.ind_news li dd{color:#666;padding-left:10px;position: relative;line-height:28px;}
.ind_news li dd:after{position: absolute;content:"";width:4px;height:4px;background:#c00e1c;left:0px;top:13px;}
.ind_news li:hover{box-shadow:-1px 3px 30px #ddd;}
.ind_news li:hover h4,.ind_news li dd:hover{color:#c00e1c;}
.ind_news li .com-img{height:210px;text-align:center;}
.ind_news li .com-img img{height:100%;object-fit:cover;}

/* 首页关于我们 */
.ind_about{position: relative;}
.ind_ab_fl{width:50%;padding-top:10px;}
.ind_ab_fl img,.ind_ab_fr img{display:block;width:100%;}
.ind_ab_fr{width:50%;position: relative;}
.ind_about .contain{position:absolute;left:50%;transform:translate(-50%,0%);}
.ind_about .ind_ab_note{width:50%;float:right;color:#FFF;padding:5% 7%; line-height:2;}
.ind_about .ind_ab_note h2{font-size:36px;margin-bottom:25px;}
.ind_about .ind_ab_note p{margin-bottom:25px;line-height:25px;}
.ind_about .ind_ab_note a.more{position: relative;transition: all 0.5s ease;left:0px;}
.ind_about .ind_ab_note a.more:hover{left:10px;}

/* 首页新闻 */
.ind_cnews{padding:100px 0 80px;}
.ind_cnews h2{color:#333;font-size:36px;border-bottom:1px solid #e5e5e5;margin-bottom:35px;padding-bottom:15px;position: relative;}
.ind_cnews h2 a{color:#c00e1c;border:1px solid #dcdcdc;width:26px;height:26px;text-align: center;line-height:20px;position:absolute;right:0px;bottom:15px;font-size:18px;}
.ind_cnews h2 a:hover{border-color:#c00e1c;}
.ind_cpn{width:48.5%;float:left;}
.ind_cnews li{overflow: hidden;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e5e5;}
.ind_cnews li h4{font-size:18px;color:#666;margin-bottom:10px;}
.ind_cnews li:hover h4{color:#c00e1c;}
.ind_cnews li p{font-size:14px;color:#888;}
.ind_cnews li .com-img{width:21.8%;float:left;height:84px;}
.ind_cnews li .com-img img{width:100%;height:100%;object-fit:cover;overflow:hidden;}
.ind_cnews li .note{width:75%;float:right;}
.ind_ids{width:48.5%;float:right;}

/* help */
.ind_help{background-repeat: no-repeat!important;background-size:cover!important;background-position: center!important;padding:50px 0 62px;overflow: hidden; text-align: center; color: #fff;}
.ind_help .contain{position: relative;}
/* .ind_help_form{width:42.6%;float:left;text-align:center;transform: translate(0%,50%);position: absolute;}
.ind_help_form h2{font-size:36px;color:#fff;margin-bottom:40px;}
.ind_help_form .inp_txt{width:70%;height:55px;padding:0 20px;border:0px;float:left;}
.ind_help_form .inp_sub{width:28%;border:0px;height:55px;font-size:16px;background:rgba(175,31,41,0.8);color:#fff;cursor:pointer;float:right;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.ind_help_mode{float:right;width:325px;}
.ind_help_mode li{width:157px;height:157px;background:rgba(175,31,41,0.8);text-align:center;padding:30px;float:left;margin-bottom:10px;margin-right:10px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.ind_help_mode li:nth-child(2n){margin-right:0px;}
.ind_help_mode li:hover,.ind_help_form .inp_sub:hover{background:rgba(175,31,41,1);}
.ind_help_mode li h6{margin-top:20px;font-size:16px;color:#fff;}
.ind_help_mode li span{position: relative;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;top:0px;}
.ind_help_mode li:hover span{top:-5px;} */

/*help 修改*/
.ind_help .top{line-height:46px;font-size:30px;}
.Isrv-list{}
.Isrv-list li{width:25%;float:left;margin:30px 0 0;}
.Isrv-list li .type{line-height:32px;font-size:18px;font-weight:600;margin:15px 0 0;}
.Isrv-list li:hover img{transform:translateY(-10px);-webkit-transform:translateY(-10px);}
.Isrv-list li img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.p-title {
    text-align: center;
}

    .p-title .t {
        line-height: 49px;
        font-size: 30px;
    }

    .p-title .s {
        display: block;
        width: 20px;
        height: 3px;
        background: #e50012;
        margin: 10px auto 0;
    }

    .p-title .c {
        line-height: 27px;
        font-size: 16px;
        color: #666666;
        margin: 13px 0 0;
    }

/* 通用内页banner*/
.pub_bann img{max-width:100%;height:420px;object-fit:cover;width:100%;}
.pub_bann{position:relative;display:flex;align-items:center;justify-items:center;}
.pub_bann .pub_subnav{position:absolute;max-width:1380px;left:50%;margin-left:-690px;bottom:0px;background:rgba(0,0,0,0.52);text-align:center;width:100%;}
.pub_subnav ul{display:flex;justify-content: center;}
.pub_subnav li{display:inline-block;}
.pub_subnav li a{display:block;height:64px;line-height:64px;color:#fff;font-size:16px;float:left;padding:0 80px;border-left:1px solid rgba(210,210,210,0.3);width:100%;}
.pub_subnav li a:hover,.pub_subnav li.cur a{background:#fff;transition: all 0.5s ease;color:#333;}

.pub_pronav{position:absolute;max-width:1380px;left:50%;margin-left:-690px;bottom:0px;background:rgba(0,0,0,0.52);text-align:center;width:100%;padding:14px;}
.pub_pronav ul{display:flex;justify-content: center;}
.pub_pronav li{display:inline-block;position: relative;}
.pub_pronav li a{display:block;height:30px;line-height:30px;color:#fff;font-size:14px;float:left;padding:0 10px; margin:0 15px;}
.pub_pronav li:hover a,.pub_pronav li.cur a{background:#c00e1c;transition: all 0.5s ease;color:#fff;border-radius:25px;}
.pub_pronav li .er{display:none;}
.pub_pronav li:hover .er{display:block;background-color: #c00e1c;width: 267px;padding:20px 0px;position: absolute;left: 0px;top: 35px;padding-right: 20px;padding-left: 20px;z-index: 999;}
.pub_pronav li .er a:hover{text-decoration:underline;}

/* 人才招聘 */
.job{background:#f5f5f5;padding:70px 0;}
.job-msg{text-align:center;}
.job-msg h4{color:#c00e1c;}
.job-msg{line-height:30px;color:#666;}
.job .info{color:#666;font-size:16px;max-width:60%;margin:25px auto 30px;text-align:center;line-height:28px;}
.job h2{height:80px;line-height:80px;padding:0px 20px;background:#c00e1c;font-size: 20px;color:#fff;margin-top:60px;}
.job dl{border-bottom:1px solid #eee;}
.job dl dt{height:80px;line-height:80px;padding:0px 20px;background:#fff url("../images/icon/job_r.png") no-repeat 98% center;font-size: 18px;color:#666;cursor: pointer;}
.job dl dt.cur{background:#fff url("../images/icon/job_b.png") no-repeat 98% center;}
.job dl dd{background:#eeeeee;padding:30px;position:relative;display:none;}
.job dl dd h4{font-size:16px;font-weight:bold;color:#666;margin-bottom:10px;}
.job dl dd p{font-size:14px;color:#666;line-height:30px;}
.job dl a{position: absolute;right:0px;top:0px;width:11%;text-align: center;height:100%;background:#c00e1c;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px;}
.job dl a:hover{text-decoration:underline;}

/* =====winter====www.yisiy.com===== */

.xl_kfbar{display: none !important;}


/* 侧栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -101px;width: 50px;height: 154px;z-index: 6666;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;}
.sideBar-wrapper ul li.relQq{top: 51px;width: 126px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 102px;width: 172px;transition: all .4s;}
.sideBar-wrapper ul li a{display: block;font-family: "Microsoft Yahei";color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #222;opacity: .7;border-radius: 6px;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;height: 24px;margin: 12px 12px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #ff3039;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -70px;}
.sideBar-wrapper ul li.relDh:hover{left: -116px;}


.server-sup ul li a{display: block;width: 100%;height: 100%;}
.wtwximg-change{position: relative;}
.wtwximg-change .wtwximg-img{width: 100px;height: 100px;position: absolute;top: 16px;left: 50%;margin-left: -50px;z-index: 3;display: none;}
.wtwximg-change:hover .wtwximg-img{display: block;}



.abt-honor ul li .com-img a{cursor:default;}


/* --------2019/09/06-------- */
.wtdls-container{width:100%;padding-bottom:100px;border-bottom:1px solid #e5e5e5;}

.wtpub_link{width:100%;position:absolute;left:0;bottom:0;z-index:2;}
.wtpub_link a{display:block;width: 50%;float:left;height:60px;text-align:center;line-height:60px;font-size:16px;color:#fff;background:rgba(0,0,0,0.6);transition:all .4s ease;}
.wtpub_link a:hover,.wtpub_link a.ontrue{background:#fff;color: #333;}
.wtpub_link a:first-child{border-right: 1px solid rgba(210,210,210,0.6);}

.wtdls-menu{width: 100%;overflow: hidden;margin-top: 42px;}
.wtdls-menu ul{margin-left: -1%;}
.wtdls-menu ul li{width: 19%;margin-top: 18px;cursor: pointer;text-align: center;float: left;margin-left: 1%;height: 140px;line-height: 120px;border: 1px solid #e5e5e5;padding: 10px 16px;position: relative;}
.wtdls-menu ul li img{max-width: 100%;max-height: 120px;object-fit: cover;transform: scale(.96);transition: all .4s ease;}
.wtdls-menu ul li:hover img{transform: scale(1.02);}
.wtdls-menutit{opacity: 0;transform: scale(.7);transition: all .5s ease;position: absolute;z-index: 2;background: rgba(192, 14, 28, .9);width: 100%;height: 100%;top: 0;left: 0;}
.wtdls-menutit h6{font-size: 15px;color: #fff;line-height: 140px;}
.wtdls-menu ul li:hover .wtdls-menutit{opacity: 1;transform: scale(1)}
.wtdls-menu ul li.ontrue .wtdls-menutit{opacity: 1;transform: scale(1)}
.wtdls-wrapper{width: 100%;overflow: hidden;margin-top: 30px;}
.wtdls{width: 100%;display: none;}
.wtdls.ontrue{display: block;}
.wtdls-list{width: 100%;border: 1px solid #d9d9d9;padding: 18px;margin-top: 30px;overflow: hidden;}
.wtdls-ll{width: 30%;padding-left: 4%;padding-top: 2%;float: left;}
.wtdls-ll img{width: auto;}
.wtdls-ll span{font-size: 20px;color: #333;margin-left: 32px;}
.wtdls-lc{width: 40%;float: left;}
.wtdls-lc p{font-size: 15px;color: #666;}
.wtdls-lc p:nth-child(n+2){margin-top: 12px;}
.wtdls-lc p a{text-decoration: underline;transition: all .3s ease;}
.wtdls-lc p a:hover{color: #e61114;}
.wtdls-lr{float: right;}
.wtdls-lr img{width: auto;object-fit: cover;}


/* -------------------------登录--------------------------- */

.login-box{width: 100%;padding: 60px 0;background-color: #fafafa;}
.login-main{width: 980px;border: 1px solid #e5e5e5;background-color: #fff;margin: 0 auto;padding: 50px;overflow: hidden;}
.login-left {
    width: 50%;
    padding: 50px 0px;
    border-right: 1px solid #e5e5e5;
    float: left;
    position: relative;
}
.login-left1{width: 100%;overflow: hidden;margin-bottom: 24px;line-height: 32px;}
.login-left1 span{float: left;width: 70px;font-size: 14px;color: #333;}
.login-left1 input{border: 1px solid #e5e5e5;box-sizing: border-box;font-size: 14px;float: left;color: #666;height: 32px;padding: 0 10px;outline-color: #666;width: 270px;border-radius: 3px;}
.login-left2{width: 100%;overflow: hidden;margin-bottom: 24px;line-height: 32px}
.login-left2 span{float: left;width: 70px;font-size: 14px;color: #333;}
.login-left2 input{border: 1px solid #e5e5e5;box-sizing: border-box;font-size: 14px;float: left;color: #666;height: 32px;padding: 0 10px;outline-color: #666;width: 100px;border-radius: 3px;}
.login-left2 .yzm{width: 100px;background-color: #f5f5f5;text-align: center;float: left;margin-left: 10px;line-height: 32px;height: 32px;}
.login-left2 .yzm img{width: 100%;height: 100%;}
.login-left3{width: 270px;height: 35px;line-height: 35px;text-align: center;cursor: pointer;background-color: #231815;font-size: 14px;user-select: none;color: #fff;margin-left: 70px;margin-bottom: 14px;}
.login-left4{margin-left: 70px;}
.login-left4 a{color: #888;line-height: 30px;font-size: 12px;font-family: '微软雅黑';text-decoration: none;}
.login-left4 a:hover{color: #e61114;}

.login-right{width: 49%;float: left;padding: 90px 0;}
.login-right h4{font-size: 24px;color: #333333;line-height: 34px;text-align: center;padding: 0;margin: 0;}
.login-right h5{font-size: 12px;color: #888888;line-height: 20px;text-align: center;padding: 0;margin: 0;}
.login-right h6{width: 270px;margin: 0 auto;height: 35px;background-color: #c00e1c;line-height: 35px;text-align: center;cursor: pointer;font-size: 14px;user-select: none;color: #fff;font-weight: normal;margin-top: 40px;}


.login-main2{width: 980px;border: 1px solid #e5e5e5;background-color: #fff;margin: 0 auto;padding: 30px;overflow: hidden;}
.login-tit1{font-size: 24px;color: #333;padding-bottom: 14px;border-bottom: 1px solid #e5e5e5;font-weight: bold;}
.login-tit1 span{float: right;font-size: 16px;color: #666;line-height: 24px;}
.login-tit1 span a{color: #e70012;text-decoration: underline;}
.login-mm{max-width: 700px;margin: 50px auto;}
.login-mm1{width: 100%;overflow: hidden;margin-bottom: 24px;line-height: 32px;}

.login-mm1 b{font-size: 14px;font-weight: normal;margin-top: 0;line-height: 32px;margin-left: 5px;}
.login-mm1 .Validform_checktip{height: auto;;}
.login-mm3 .button{width: 100%;background-color: #b40909;line-height: 35px;color: #fff;text-align: center;border: 0px;}

.login-mm1 span{float: left;width: 100px;text-align:right; font-size: 14px;color: #333;}
.login-mm1 input, .login-mm1 select {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 14px;
    float: left;
    color: #666;
    height: 32px;
    padding: 0 10px;
    outline-color: #666;
    border-radius: 3px;
}
.login-mm2{width: 100%;overflow: hidden;margin-bottom: 24px;line-height: 32px}
    .login-mm2 span {
        float: left;
        width: 100px;
        text-align: right;
        font-size: 14px;
        color: #333;
    }
    .login-mm2 input{
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        font-size: 14px;
        float: left;
        color: #666;
        height: 32px;
        padding: 0 10px;
        outline-color: #666;
        width: 200px;
        border-radius: 3px;
    }
.login-mm2 .send {
        float:left;
        width: 120px;
        background-color: #b40909;
        line-height: 32px;
        color: #fff;
        text-align: center;
        margin-left:10px;
        border: 0px;
    }
.login-mm2 .yzm{width: 100px;background-color: #f5f5f5;text-align: center;float: left;margin-left: 10px;line-height: 32px;height: 32px;}
.login-mm2 .yzm img{width: 100%;height: 100%;}
.login-mm3{width: 420px;height: 35px;line-height: 35px;text-align: center;cursor: pointer;background-color: #b40909;font-size: 14px;user-select: none;color: #fff;margin-left: 70px;margin-bottom: 14px;}
.login-mm4{margin-left: 70px;}
.login-mm4 a{color: #888;line-height: 30px;font-size: 12px;font-family: '微软雅黑';text-decoration: none;}
.login-mm4 p{color: #888;line-height: 24px;font-size: 12px;font-family: '微软雅黑';}
.login-mm4 p span{color: #e70012;padding: 0 4px;}

.login-left3 button, .login-left3 .btnlogin {
    width: 100%;
    background-color: #231815;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border: 0px;
}
.login-left .tips {
    display: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #f00;
    position:absolute;
    width:100%;
    top:0
}
.login-cg{width: 100%;padding: 70px 0;}
.login-cg .cg1{width: 100%;position: relative;padding-bottom: 20px;}
.login-cg .cg1::after{content: '';width: 90px;height: 1px;background-color: #cbcbcb;position: absolute;bottom: 0;
	left: 50%;margin-left: -45px;}
.login-cg .cg1 h6{font-size: 16px;font-weight: bold;color: #333;line-height: 30px;padding-bottom: 10px;text-align: center;}
.login-cg .cg1 p{font-size: 14px;color: #333;line-height: 30px;text-align: center;}
.login-cg .cg2{width: 100%;margin-top: 20px;overflow: hidden;}
.login-cg .cg2 h6{font-size: 14px;font-weight: normal;color: #666;line-height: 24px;padding-bottom: 10px;text-align: center;}
.login-cg .cg2 p{font-size: 14px;color: #666;line-height: 24px;text-align: center;}
.login-cg .cg2 p a{color: #b40909;text-decoration: underline;}
.login-mm2 span.Validform_checktip {
    width: auto;
    line-height: 30px;
    height:30px;
}
/*消费类产品简单详情*/
.pro-detail-container {
    padding: 18px 0;
}
.pro-detail-container .swiper-slide video{width: 100%;height: 440px;}
.pro-detail-container .swiper-slide img{width: 100%;}
.pro-detail-container .pro-detail-left{width: 45%;overflow: hidden;}
.pro-detail-container .pro-detail-left #gallery{overflow: hidden!important;}
.pro-detail-container .pro-detail-left #gallery .swiper-slide{opacity: 0;height: 400px;-webkit-box-pack: center;justify-content: center;-webkit-box-align: center;align-items: center;}
.pro-detail-container .pro-detail-left #gallery .swiper-slide-active{opacity: 1;}
.pro-detail-container .pro-detail-left #gallery .swiper-slide img{max-height: 100%;max-width: 100%;object-fit: contain;}
.pro-detail-container .pro-detail-left .swiper-container:nth-child(1){margin-bottom: 10px;overflow: hidden!important;z-index: 9;}
.pro-detail-left #thumbs .swiper-slide-active::after{ content: ""; display: inline-block; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0;}
.pro-detail-left #thumbs .swiper-slide.is-video.swiper-slide-active::before{ content: "";display: inline-block;border-width: 5px 6px;border-style: solid;border-color: transparent transparent transparent #ffffff;position: absolute;left: 50%;top: 50%;z-index: 9;margin-left: -3px;margin-top: -3px;}
.pro-detail-left .swiper-slide>img{width: 100%;}
.pro-detail-left  .swiper-container-thumbs .swiper-slide{text-align: center; height: 54px;}
.pro-detail-left  .swiper-container-thumbs .swiper-slide img{max-width: 100%;max-height: 100%;object-fit: contain;vertical-align: middle;}
.pro-detail-left .plyr__video-wrapper {background: #fff;}
.pro-detail-left .plyr--playing{background: #000000;}
.pro-detail-container .pro-detail-right{width: 55%;padding-left: 3.5%;}
.pro-detail-right .pro-name{font-size: 30px;color: #000000;margin-top: 45px;margin-bottom: 20px;font-weight:bold;}
.pro-detail-right .pro-intro-de{position: relative;}
.pro-detail-right .pro-intro {width: 100%;z-index: 7; background: #ffffff;padding-bottom: 20px;border-bottom: 1px solid #ececec; }
.pro-detail-right .pro-intro .txt{transition: all 0.4s; color: #777;text-align: justify;font-size: 14px;line-height: 28px;-webkit-line-clamp: 5;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.pro-detail-right .pro-intro .txt.on {transition: all 0.4s; -webkit-line-clamp: inherit;z-index: 4;padding: 10px 20px;height: auto;background: #ffffff;}
.pro-detail-right .pro-intro-de .seemore-btn{color:#047CEB;cursor: pointer;display: none;}
.pro-detail-right .pro-intro .txt.on+.seemore-btn{padding-left: 20px;}
.pro-detail-right .pro-intro-de .seemore-btn.cansea{display: block;}
.pro-detail-right .pay-box{padding-top: 20px;}
.pro-detail-right .pay-box .pay-btn{display: inline-block;margin-right: 20px;text-align: center; width: 160px;height: 50px;background: #FFFFFF;border: 2px solid #000000;transition: all 0.5s;line-height: 48px;font-size: 16px;color: #000000;position: relative;}
.pro-detail-right .pay-box .pay-btn:hover{transition: all 0.5s; background: #c00e1c;color: #ffffff;border-color: #000000;}
.pro-detail-right .pay-box .pay-btn::before{content: "";display: inline-block;width: 0%;height: 4px;background: #8f0510;position: absolute;bottom: -2px;left: 50%;transform: translateX(-50%); transition: all 0.5s;}
.pro-detail-right .pay-box .pay-btn:hover::before{transition: all 0.5s;width:-webkit-calc(100% + 4px); width:-moz-calc(100% + 4px); width:calc(100% + 4px); }
.pro-detail-container .swiper-slide .plyr--fullscreen-active video{height:100%;}
@media screen and (max-width: 1440px) {
    .pro-detail-right .pro-name {font-size: 40px;margin-top: 40px;}
    .pro-detail-container .swiper-slide video { height: 360px;}
    .pro-detail-container .pro-detail-left #gallery .swiper-slide{height: 360px;}
}
@media screen and (max-width: 1366px) {
    .pro-detail-right .pro-name {font-size: 36px;margin-top: 35px;margin-bottom: 15px;}
}
@media screen and (max-width: 1280px) {
    .pro-detail-right .pro-name {font-size: 32px;margin-top: 30px;margin-bottom: 10px;}
}
@media screen and (max-width: 1024px) {
    .pro-detail-container .swiper-slide video {height: 300px;}
    .pro-detail-right .pay-box .pay-btn {margin-right: 10px;width: 140px;height: 46px;border: 1px solid #000000;line-height: 42px;}
    .pro-detail-container .pro-detail-left #gallery .swiper-slide{height: 300px;}
}
@media screen and (max-width: 768px) {
    .prolist{
        padding: 0 0 30px;
    }
    .pro-detail-container .pro-detail-left { width: 100%;}
    .pro-detail-container .swiper-slide video { height: 94vw;}
    .pro-detail-container .pro-detail-right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .pro-detail-right .pro-name {font-size: 28px;margin-top: 18px;}
    .pro-tab {line-height: 20px;text-align: left;padding: 10px 0;   }
    .pro-detail-container .pro-detail-left #gallery .swiper-slide{height: 240px;}
    .pro-detail-left .swiper-container-thumbs .swiper-slide {height: 37px;line-height: inherit;}
    .pro-down-item .content {
    height:auto;
    }
}
@media screen and (max-width: 500px) {
    .pro-detail-right .pay-box .pay-btn { margin-right: 10px; width: 25vw; height: 42px; font-size: 14px; line-height: 40px; }
    .pro-detail-tabcont .cont-item { padding: 20px 0;   }
    .pro-detail-right .pro-name { font-size: 20px; margin-top: 10px;   margin-bottom: 5px;}


}

.pro_special{background:#f3f3f3;padding:50px 0;text-align:center;}
.pro_spec_tit a.cur,.pro_spec_tit a:hover{background:#c00e1c;color:#fff;}
.pro_spec_tit a{display:inline-block;padding:0 20px;height:36px;line-height:36px;text-align:center;color:#666;margin-left:0px;border-right:1px solid #e5e5e5;}
.pro_spec_tit a:last-child{border:none}
.pro_spec_tit{margin-bottom:40px;}
.say_list{margin-bottom:30px;overflow:hidden;text-align:left;}
.say_list ul li{border:1px solid #e5e5e5;padding:30px;color:#666;position: relative;height:86px;background:url(../images/icon/icon_down.png) no-repeat 30px center;padding-left:70px;margin-bottom:20px;}
.say_list ul li a{position: absolute;right:0px;top:0px;width:90px;height:84px;top:0px;right:0px;background:url(../images/icon/down.jpg) no-repeat center;}
.say_list .ml60{margin-left:40px;}

.pro_special table{width:100%!important;}
.pro_special table td{border:1px solid #e5e5e5;padding:5px;}

.where_go_buy{background-color: #FFFFFF;padding: 15px 50px;}
.where_go_buy .btnGoBuy{
        display: block;
	    height: 40px;
		line-height: 40px;
	    background: #c00e1c;
	    font-size: 16px;
	    color: #fff;
	    border: 0px;
	    margin: 0px auto 15px;
		padding: 0 30px;
	    cursor: pointer;
	    transition: all 0.5s ease;
		border-radius: 8px;
		text-align: center;
}
.where_go_buy .btnGoBuy:hover{background:#960813;}

/*模块类产品列表*/
.prolist{padding:0px 0 30px;}
 .page-pro-left, .page-pro-right {
        float: left;
}
.page-pro-left{margin: 30px 2% 0 0;width: 23%;}
.page-pro-right{margin: 30px auto 0;width: 75%;}
.search-pannel{padding: 15px; margin-bottom: 15px;}
.search-pannel .search-pannel-title{color: #000;font-size: 14px;line-height: 30px; font-weight: bold;}
.search-pannel dl dt{font-size: 14px;line-height: 30px; font-weight: bold;}
.search-pannel dl dd{line-height: 30px; margin-bottom: 10px;}
.search-pannel dl dd input[type=text]{display:inline-block;border: 1px solid #ddd; height: 30px;line-height: 30px;}
.search-pannel dl dd button{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ddd;
		padding: 0 15px;
	    cursor: pointer;
	    transition: all 0.5s ease;
		border-radius: 8px;
		text-align: center;
}
.search-pannel dl dd button:hover{background:#960813;color: #fff;}	
.search-pannel dl dt a,.search-pannel dl d a{display: block;position: relative;}
.search-pannel dl.dl-cate dt a:after {
    margin-top: -8px;
    border-top: 3px #ec0928 solid;
    border-right: 3px #ec0928 solid;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.search-pannel dl.dl-cate dt.open a:after {
    margin-top: -3px;
    -webkit-transform: rotate(
-45deg
);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}
.search-pannel dl.dl-cate dd{padding-left: 10px;display: none;}
.search-pannel dl.dl-cate dt.open + dd{display: block;}
.search-pannel dl.dl-cate dd a:before {
    margin-right: 8px;
    border-top: 3px #ec0928 solid;
    border-right: 3px #ec0928 solid;
    content: "";
    display: inline-block;
    width: 8px;
    height:8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*产品筛选条件*/

.search-pannel {
    color: #666;
    border: 1px solid #ddd;
}
    .search-pannel .filter-items-head {
        font-size: 14px;
        line-height: 30px;
    }
        .search-pannel .filter-items-body {
            max-height: 200px;
            overflow-y: auto;
            border: 1px solid #ddd;
            padding: 6px;
            background: #f5f5f5;
            font-size:12px;
        }
.search-pannel .filter-items-body .filter-item{
            height:30px;line-height:30px;
 }
.btnFilter, .btnBlue {
    border: 1px solid #ddd;
    margin: 10px auto;
    padding: 3px 10px;
    background-color: #06618f;
    color: #fff;
}

/*工业筛选*/
.search-pannel-row {
    color: #666;
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    padding:12px;
    overflow-x:scroll;
    white-space:nowrap;
}
    .search-pannel-row .filter-items{display:inline-block;width:auto;min-width:150px; margin-right:15px;}
    .search-pannel-row .filter-items-head {
        font-size: 14px;
        line-height: 35px;
        color:#000;
    }

    .search-pannel-row .filter-items-body {
        height: 200px;
        overflow-y: auto;
        background:#fff;
        border-radius:3px;
        padding: 6px;
        background: #f5f5f5;
        font-size: 12px;
    }

        .search-pannel-row .filter-items-body .filter-item {
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
        }

    .search-pannel-row div.btnFilter {
        border: 1px solid #ddd;
        margin: 10px auto;
        padding: 3px 10px;
        background-color: #06618f;
        color: #fff;
    }
/*.input {
    height: 27px;
    padding: 5px;
    border: 1px solid #a9afb7
}*/
/*工业列表*/
table.SearchResultsTable {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}
    table.SearchResultsTable > thead > tr > th, table.SearchResultsTable > tbody > tr > td {
        color:#333;
        font-size:12px;
        padding: 10px;
        border: 1px solid #d9d9d9;
        position:relative;
    }
    table.SearchResultsTable > thead > tr > th {
        background-color: #f5f5f5
    }
    table.SearchResultsTable > tbody > tr:nth-child(even) {
        background-color: #f5f5f5
    }
    table.SearchResultsTable > tbody > tr > td .refine-prod-img {
        margin: 0 auto;
        max-width: 80px;
    }
        table.SearchResultsTable > tbody > tr > td .refine-big-img {
            margin: 0 auto;
            max-width: 700px;
        }
        table.SearchResultsTable > tbody > tr > td .moreinfo {
            padding-top: 10px;
            color: #06618f;
        }

.pro-flag-tb {
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 0.05rem 0.08rem;
    background: #e50012;
    color: #fff;
    font-size: 12px;
}


.cate-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #eeeff0;
    position: relative;
    overflow: hidden;
    padding: 16px 0;
}

    .cate-list .item .image {
        width: 280px;
        text-align: center;
        margin-right: 25px;
        padding:15px;
        float: left;
        position: relative;
    }

    .cate-list .item a {
        color: #06618f
    }

    .cate-list .item img {
        display: inline-block;
        width: auto;
        max-width: 100%;
    }

    .cate-list .item .content {
        margin: 15px 0;
        overflow: hidden;
    }

    .cate-list .item .content h4 {
        font-size:20px;
        margin:15px 0;
    }

        .cate-list .item .content .note {
            line-height:2;
            color:#777;
        }

.view-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #eeeff0;
    position: relative;
    overflow: hidden;
    padding: 16px 0;
}	

.view-list  .item .image {
    width: 280px;
    text-align: center;
    margin-right: 25px;
	float: left;
    position:relative;
}
    .view-list .item a {
        color: #06618f
    }
.view-list .item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.view-list .item .content {
    margin-bottom: 16px;
    overflow: hidden;
}
.view-list .view_list .image+.content {
    margin-left: 300px;
}
.view-list .item .product_attributes {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    color: #50585c;
}
.view-list .item .product_attribute:not(:first-child)::before {
    padding-left: 8px;
    border-left: 1px solid #8e989d;
    content: "";
}
	.view-list .item .product_attribute {
	    display: inline;
	    padding-right: 5px;
	    font-weight: 600;
	}
	.view-list .item .product_attribute label {
	    font-weight: normal;
	    margin-right: 5px;
	}
.classifications {
    line-height: 1.4;
    font-weight: 400;
    color: #2c3133;
    margin-top: 16px;
}	
.classifications div.item-one{
   position:relative;
   margin-bottom: 8px;
   padding-left:0.15rem;
}
.classifications div.item-one:before{
        content:"";
        height:5px;
        width:5px;
        background-color:#888;
        position:absolute;
        left:0;
        top:0.1rem;
}
/*会员中心样式----------------------------------------------*/
.avatar-box {
    padding: 15px;
    background: #F7F8FD;
    overflow: hidden;
}

    .avatar-box .img-box {
        display: block;
        float: left;
        margin-right: 10px;
        padding: 1px;
        border: 1px solid #fff;
        background: #fff;
        *width: 60px;
        *height: 60px;
        overflow: hidden;
    }

        .avatar-box .img-box img {
            width: 60px;
            height: 60px;
        }

    .avatar-box h3 {
        color: #6c757e;
        font-size: 16px;
        line-height: 1em;
        height: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .avatar-box p {
        color: #6c757e;
        font-size: 12px;
        line-height: 20px;
    }

.side-nav {
    border-top: 1px solid #e8ecef;
}

    .side-nav li {
        padding: 5px 0;
        zoom: 1;
    }

        .side-nav li a {
            position: relative;
            display: block;
            margin: 0 15px;
            padding: 8px 15px;
            color: #6c757e;
            font-size: 14px;
            line-height: 20px;
            height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
            .side-nav li a:hover {
                color: #fff;
                border-radius: 3px;
                background: #277bb9;
            }

.u-tab-head {
    margin-bottom: 15px;
    height: 40px;
    background: #fbfbfb;
    border: 1px solid #e8ecef;
    margin-top:30px;
}

    .u-tab-head p a {
        float: left;
        display: block;
        margin: -1px 0 auto -1px;
        padding: 11px 25px;
        line-height: 20px;
        height: 40px;
        color: #7f838c;
        font-size: 14px;
        border-left: 1px solid #e8ecef;
        border-right: 1px solid #e8ecef;
    }

        .u-tab-head p a:hover, .u-tab-head p a.selected {
            color: #fff;
            background: #c00e1c;
        }

    .u-tab-head span {
        float: right;
        line-height: 40px;
    }

        .u-tab-head span .add {
            display: block;
            padding: 10px 15px;
            line-height: 20px;
            font-size: 12px;
        }

.u-tab-content {
    position: relative;
    padding: 15px;
    margin-top:30px;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
    min-height: 398px;
    overflow: hidden;
    _height: 398px;
    _overflow: visible;
}

    .u-tab-content .ntitle {
        margin: 0 auto;
        padding: 0 0 10px 0;
    }

    .u-tab-content .ntitle-tit {
        margin: 0 0 10px;
        padding: 0;
        color: #444;
        font-size: 16px;
        font-weight: normal;
    }

    .u-tab-content .ntitle-info {
        color: #999;
    }

    .u-tab-content p {
        margin: 0;
        padding: 3px 0;
        color: #444;
        font-size: 13px;
        line-height: 24px;
    }

.title-div {
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    height: 26px;
    color: #6e717a;
}

    .title-div strong {
        float: left;
        margin-top: -16px;
        padding: 3px 10px 3px 0;
        background: #fbfbfb;
        font-size: 15px;
        _position: absolute;
    }

.head-box {
    padding: 10px;
    border: 1px solid #f6f6f6;
    background: #fff;
}

    .head-box .img-box {
        float: left;
        margin-right: 10px;
    }

        .head-box .img-box img {
            padding: 1px;
            width: 120px;
            height: 120px;
            border: 1px solid #f0f0f0;
        }

    .head-box .inner {
        float: left;
    }

        .head-box .inner h3 {
            margin-bottom: 15px;
            color: #3b8dd1;
            font-size: 24px;
            font-weight: normal;
            line-height: 1.3em;
        }

        .head-box .inner p {
            color: #222;
            font-size: 14px;
            line-height: 24px;
        }
        .head-box .inner .linkbtn {
            margin: 0px 15px 0 0;
            border: 1px solid #ddd;
            padding: 3px 15px;
            border-radius: 5px;
        }
.head-inner {
    position: relative;
    margin: 20px 0 10px 0;
    padding: 10px;
    border: 1px solid #f6f6f6;
    background: #fff;
}

    .head-inner h3 {
        margin-bottom: 10px;
        padding-bottom: 8px;
        color: #3b8dd1;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        border-bottom: 1px solid #f0f0f0;
    }

    .head-inner dl {
        display: block;
        float: left;
        width: 50%;
        line-height: 2.8em;
        font-size: 13px;
    }

        .head-inner dl dt {
            display: block;
            float: left;
            color: #666;
        }

        .head-inner dl dd {
            color: #999;
        }

.form-box {
    position: relative;
    padding: 10px;
    border: 1px solid #f6f6f6;
    background: #fff;
    font-size: 14px;
}

    .form-box dl {
        display: block;
        padding: 5px 0;
    }

        .form-box dl:after {
            clear: none;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .form-box dl dt {
            display: block;
            float: left;
            width: 120px;
            line-height: 38px;
            min-height: 38px;
            color: #555;
            font-size: 13px;
            text-align: right;
            _position: absolute;
        }

        .form-box dl dd {
            position: relative;
            padding: 5px 0 5px 10px;
            line-height: 28px;
            min-height: 28px;
            color: #555;
            font-size: 13px;
            overflow: hidden;
            _margin-left: 120px;
        }

            .form-box dl dd label.radio {
                margin-right: 5px;
            }

.accept-box {
    padding: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
}

    .accept-box dl {
        padding: 0;
    }

        .accept-box dl.head {
            position: relative;
            padding: 0;
            background: #fbfbfb;
            border-bottom: 1px solid #e8e8e8;
        }

            .accept-box dl.head .btn-pay {
                position: absolute;
                top: 6px;
                right: 6px;
                display: block;
                padding: 0 15px;
                color: #fff;
                font-size: 12px;
                height: 24px;
                line-height: 24px;
                background: #52A152;
                border: 1px solid #417F41;
                border-radius: 2px;
            }

.step-box {
    position: relative;
}

    .step-box ul {
        margin: 0 -40px 0 -10px;
    }

        .step-box ul li {
            position: relative;
            float: left;
            margin-right: -8px;
            width: 20%;
            text-align: center;
            color: #8c8c8c;
            font-size: 12px;
        }

            .step-box ul li .progress {
                color: #fff;
            }

                .step-box ul li .progress:after, .step-box ul li .progress:before {
                    position: absolute;
                    top: 0;
                    right: 0;
                    content: "";
                    width: 10px;
                    height: 20px;
                    background: url(../images/delivery.png) no-repeat 100% -60px;
                }

                .step-box ul li .progress:after {
                    right: 0;
                    background-position: 100% -20px;
                }

                .step-box ul li .progress:before {
                    left: 0;
                    background-position: 0 0;
                }

                .step-box ul li .progress .text {
                    display: block;
                    margin: 0 10px;
                    padding: 1px 10px;
                    background: #c3c3c3;
                    height: 18px;
                    line-height: 18px;
                }

            .step-box ul li.done .progress .text {
                background: #83bd39;
            }

            .step-box ul li.done .progress:before {
                background-position: 0 -40px;
            }

            .step-box ul li.done .progress:after {
                background-position: 100% -60px;
            }

            .step-box ul li.first .progress:before {
                display: none;
            }

            .step-box ul li.last .progress:after {
                display: none;
            }

            .step-box ul li .info {
                line-height: 20px;
            }

    .step-box.mini ul {
        margin: 0 -32px 0 -10px;
    }

        .step-box.mini ul li {
            width: 25%;
        }

 /* -------------------------PC端--------------------------- */
    @media all and (max-width:1700px) {
        .ind_about .ind_ab_note {padding: 2% 5%;}
}

@media all and (max-width:1460px) {
    .ind_about .ind_ab_note p {margin-bottom: 20px;line-height: 22px;}
    .ind_about .ind_ab_note h2 {font-size: 36px;margin-bottom: 22px;}
}

@media all and (max-width:1380px) {
    .ind_about .ind_ab_note p {margin-bottom: 16px;line-height: 22px;}
    .ind_about .ind_ab_note h2 {font-size: 30px;margin-bottom: 18px;}
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .ind_about .ind_ab_note {padding: 5% 7%;}
	.login-cg{padding: 50px 0;}
	
	.wtpub_link .contain{padding:0;}
	.wtdls-menu {margin-top: 20px;}
	.wtdls-container {padding-bottom: 32px;}
	.wtdls-menu ul li{width:49%;height:100px;line-height:80px;margin-top:12px;}
	.wtdls-menu ul li img{max-height:80px;}
	.wtdls-menutit{padding: 0 16px;}
	.wtdls-menutit h6 {line-height: 22px;margin-top: 28px;}
	.wtdls-list {margin-top: 18px;}
	.wtdls-ll,.wtdls-lc{width:100%;padding-bottom:20px;}
	.wtdls-lr{width:100%;}
	.wtdls-wrapper{margin-top:20px;}
	
	
	/*登录*/
	.login-box{padding: 0 3%;margin-top: 70px;}
	.login-main{width: 100%;padding: 20px;}
	.login-left{width: 100%;border-right: 0px;border-bottom: 1px solid #e5e5e5;padding: 30px 0;}
	.login-left1 input{width: 220px;}
	.login-left3{margin-left: 0;width: 100%;}
	.login-left4{margin-left: 0;}
	.login-right{width: 100%;padding: 30px 0;}
	
	.login-main2{width: 100%;padding: 20px;}
	.login-mm1 input{width: 210px;}
	.login-mm2 input{width: 100px;}
	.login-mm3{margin-left: 0;width: 100%;}
	.login-mm4{margin-left: 0;}
	.login-tit1{font-size: 20px;padding-bottom: 8px;}
	.login-tit1 span{font-size: 14px;}
	.login-mm{margin: 40px 0;}
    .cate-list .item .image {
        width: 30%;
        padding: 5px;
    }
    .cate-list .item .image img {
        display:block;
        width:100%;
        
    }
    .cate-list .item .content {
    margin:0;
    }
    .cate-list .item .content h4 {
        font-size: 16px;
        margin: 10px 0;
    }
        .cate-list .item .content .note {
            line-height: 1.6;
            font-size:12px;
            color: #777;
            height:100px;overflow:hidden;
        }
}










